home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000042_blitz-list-request_Thu Jul 14 22:30:04 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from relay.surfnet.nl (relay.surfnet.nl [192.87.36.2]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id WAA20259 for <blitz-list@helsinki.fi>; Thu, 14 Jul 1994 22:29:55 +0300
  2. Received: from aixserv.hsbos.nl by relay.surfnet.nl with SMTP (PP) 
  3.           id <18350-0@relay.surfnet.nl>; Thu, 14 Jul 1994 21:29:52 +0200
  4. Received: from ms1.hsbos.nl by aixserv.hsbos.nl (AIX 3.2/UCB 5.64/4.03) 
  5.           id AA23961; Thu, 14 Jul 1994 21:26:28 +0200
  6. Received: from MS1/MAILQUEUE by ms1.hsbos.nl (Mercury 1.12);
  7.           Thu, 14 Jul 94 21:28:56 GMT-1DFT
  8. Received: from MAILQUEUE by MS1 (Mercury 1.12); Thu, 14 Jul 94 21:28:48 GMT-1DFT
  9. From: "j.valks" <j.valks@hsbos.nl>
  10. To: blitz-list@helsinki.fi
  11. Date: Thu, 14 Jul 1994 21:20:01
  12. Subject: Serial Prob. 2
  13. X-Pmrqc: 1
  14. Priority: normal
  15. X-Mailer: PMail v3.0 (R1a)
  16. Message-Id: <19F552A730E@ms1.hsbos.nl>
  17. MIME-Version: 1.0
  18. Content-Type: text/plain; charset="us-ascii"
  19. Content-Transfer-Encoding: 7bit
  20. X-Status: 
  21. Status: RO
  22.  
  23. Yep, it's me again.
  24.  
  25. I tried this:
  26.  
  27. Wbstartup
  28. Nprint "GO!"
  29. If SerialOpen("ser:",0,9600,0)
  30.     Nprint "OK!"
  31.     CloseSerial 0
  32. Else
  33.     Nprint "Wrong!"
  34. EndIf
  35. MouseWait:End
  36.  
  37. Blitz prints GO! and then my computer isn't responding to anything 
  38. anymore.....Great commands!
  39.  
  40.  
  41.  
  42. Greetings from:
  43.  
  44. ----------------------------------------------------------------------
  45. Jurgen Valks, working at HTO 's-Hertogenbosch in The Netherlands
  46.  
  47. Email: j.valks@hsbos.nl
  48.  
  49. Systems: Amiga 2000, 4Mb, 49Hd working as a fileserver
  50.          Amiga 1200, 6Mb, 120Hd 68030 40Mhz.
  51.          PC 486-DX33, 8mb, 210Hd
  52.          
  53. Working on: Amiga: Hero 2094 (HERO conversion from the CBM64)
  54.                    Blitz2 AmigaGuide file
  55.             PC   : Diropus for PC
  56.             
  57. ----------------------------------------------------------------------
  58.             
  59.